- PurpleSrvCallback
alias PurpleSrvCallback = void function(_PurpleSrvResponse*, int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleSrvQueryData
alias PurpleSrvQueryData = _PurpleSrvTxtQueryData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleSrvResponse
alias PurpleSrvResponse = _PurpleSrvResponse
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleSrvTxtQueryData
alias PurpleSrvTxtQueryData = _PurpleSrvTxtQueryData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleSrvTxtQueryFailedCallback
alias PurpleSrvTxtQueryFailedCallback = void function(_PurpleSrvTxtQueryData*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleSrvTxtQueryResolvedCallback
alias PurpleSrvTxtQueryResolvedCallback = void function(_PurpleSrvTxtQueryData*, _GList*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleSrvTxtQueryUiOps
alias PurpleSrvTxtQueryUiOps = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleTxtCallback
alias PurpleTxtCallback = void function(_GList*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleTxtResponse
alias PurpleTxtResponse = _PurpleTxtResponse
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_srv_cancel
alias da_purple_srv_cancel = void function(PurpleSrvTxtQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_srv_resolve
alias da_purple_srv_resolve = PurpleSrvTxtQueryData* function(const(char)* protocol, const(char)* transport, const(char)* domain, PurpleSrvCallback cb, gpointer extradata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_srv_resolve_account
alias da_purple_srv_resolve_account = PurpleSrvTxtQueryData* function(PurpleAccount* account, const(char)* protocol, const(char)* transport, const(char)* domain, PurpleSrvCallback cb, gpointer extradata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_srv_txt_query_destroy
alias da_purple_srv_txt_query_destroy = void function(PurpleSrvTxtQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_srv_txt_query_get_query
alias da_purple_srv_txt_query_get_query = char* function(PurpleSrvTxtQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_srv_txt_query_get_type
alias da_purple_srv_txt_query_get_type = int function(PurpleSrvTxtQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_srv_txt_query_get_ui_ops
alias da_purple_srv_txt_query_get_ui_ops = PurpleSrvTxtQueryUiOps* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_srv_txt_query_set_ui_ops
alias da_purple_srv_txt_query_set_ui_ops = void function(PurpleSrvTxtQueryUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_txt_cancel
alias da_purple_txt_cancel = void function(PurpleSrvTxtQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_txt_resolve
alias da_purple_txt_resolve = PurpleSrvTxtQueryData* function(const(char)* owner, const(char)* domain, PurpleTxtCallback cb, gpointer extradata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_txt_resolve_account
alias da_purple_txt_resolve_account = PurpleSrvTxtQueryData* function(PurpleAccount* account, const(char)* owner, const(char)* domain, PurpleTxtCallback cb, gpointer extradata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_txt_response_destroy
alias da_purple_txt_response_destroy = void function(PurpleTxtResponse* response)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_txt_response_get_content
alias da_purple_txt_response_get_content = const(gchar)* function(PurpleTxtResponse* response)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_cancel
void purple_srv_cancel(PurpleSrvTxtQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_resolve
PurpleSrvTxtQueryData* purple_srv_resolve(const(char)* protocol, const(char)* transport, const(char)* domain, PurpleSrvCallback cb, gpointer extradata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_resolve_account
PurpleSrvTxtQueryData* purple_srv_resolve_account(PurpleAccount* account, const(char)* protocol, const(char)* transport, const(char)* domain, PurpleSrvCallback cb, gpointer extradata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_txt_query_destroy
void purple_srv_txt_query_destroy(PurpleSrvTxtQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_txt_query_get_query
char* purple_srv_txt_query_get_query(PurpleSrvTxtQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_txt_query_get_type
int purple_srv_txt_query_get_type(PurpleSrvTxtQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_txt_query_get_ui_ops
PurpleSrvTxtQueryUiOps* purple_srv_txt_query_get_ui_ops()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_txt_query_set_ui_ops
void purple_srv_txt_query_set_ui_ops(PurpleSrvTxtQueryUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_txt_cancel
void purple_txt_cancel(PurpleSrvTxtQueryData* query_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_txt_resolve
PurpleSrvTxtQueryData* purple_txt_resolve(const(char)* owner, const(char)* domain, PurpleTxtCallback cb, gpointer extradata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_txt_resolve_account
PurpleSrvTxtQueryData* purple_txt_resolve_account(PurpleAccount* account, const(char)* owner, const(char)* domain, PurpleTxtCallback cb, gpointer extradata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_txt_response_destroy
void purple_txt_response_destroy(PurpleTxtResponse* response)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_txt_response_get_content
const(gchar)* purple_txt_response_get_content(PurpleTxtResponse* response)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_cancel
da_purple_srv_cancel purple_srv_cancel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_resolve
da_purple_srv_resolve purple_srv_resolve;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_resolve_account
da_purple_srv_resolve_account purple_srv_resolve_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_txt_query_destroy
da_purple_srv_txt_query_destroy purple_srv_txt_query_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_txt_query_get_query
da_purple_srv_txt_query_get_query purple_srv_txt_query_get_query;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_txt_query_get_type
da_purple_srv_txt_query_get_type purple_srv_txt_query_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_txt_query_get_ui_ops
da_purple_srv_txt_query_get_ui_ops purple_srv_txt_query_get_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_srv_txt_query_set_ui_ops
da_purple_srv_txt_query_set_ui_ops purple_srv_txt_query_set_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_txt_cancel
da_purple_txt_cancel purple_txt_cancel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_txt_resolve
da_purple_txt_resolve purple_txt_resolve;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_txt_resolve_account
da_purple_txt_resolve_account purple_txt_resolve_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_txt_response_destroy
da_purple_txt_response_destroy purple_txt_response_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_txt_response_get_content
da_purple_txt_response_get_content purple_txt_response_get_content;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.